object Dlg_find: TDlg_find Left = 199 Top = 151 BorderStyle = bsDialog Caption = 'Find Message' ClientHeight = 135 ClientWidth = 379 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object L_find: TLabel Left = 32 Top = 16 Width = 37 Height = 13 Alignment = taRightJustify Caption = '&Search:' FocusControl = E_find end object E_find: TEdit Left = 72 Top = 12 Width = 177 Height = 21 TabOrder = 0 OnChange = E_findChange end object BtnFindNext: TButton Left = 272 Top = 8 Width = 97 Height = 25 Caption = 'Find &Next' Default = True Enabled = False ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 272 Top = 40 Width = 97 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox: TGroupBox Left = 16 Top = 48 Width = 233 Height = 73 Caption = 'Options' TabOrder = 3 object CBonlyhead: TCheckBox Left = 24 Top = 24 Width = 193 Height = 17 Caption = 'Only search in message &header' TabOrder = 0 end object CBcasesense: TCheckBox Left = 24 Top = 48 Width = 201 Height = 17 Caption = 'C&ase sensitive' TabOrder = 1 end end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 304 Top = 88 end end